Package com.cisco.pt.ipc.sim
Interface TelnetClientProcess
- All Known Implementing Classes:
TelnetClientProcessImpl
Information provided by the PKI file:
\class TelnetClientProcess
\brief TelnetClientProcess handles and manipulates the Telnet client.
\example network().getDevice("Router0").getVtyLine(0).getTelnetClientAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidInformation provided by the PKI file:Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getDestination
IPAddress getDestination()Information provided by the PKI file:
\brief Returns the destination IP address. \param ip, the destination IP address.- Returns:
- IPAddress Returns a IPAddress
-
disconnect
void disconnect()Information provided by the PKI file:
\brief Disconnects the telnet connection.
-